home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / libraries / easylibs.lha / EasyLibs / include / pragmas / HelloWorld_pragmas.h
Encoding:
C/C++ Source or Header  |  1994-07-07  |  326 b   |  15 lines

  1. #ifndef PRAGMAS_HELLOWORLD_PRAGMAS_H
  2. #define PRAGMAS_HELLOWORLD_PRAGMAS_H
  3.  
  4. #ifndef CLIB_HELLOWORLD_PROTOS_H
  5. #include <clib/helloworld_protos.h>
  6. #endif
  7.  
  8. #ifdef PRAGMAS_DECLARING_LIBBASE
  9. extern struct Library *HelloWorldBase;
  10. #endif
  11.  
  12. #pragma libcall HelloWorldBase HelloWorld 1e 001
  13.  
  14. #endif    /*  PRAGMAS_HELLOWORLD_PRAGMAS_H  */
  15.